Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: Fix Wallabag version type #1465

Merged
merged 1 commit into from
Oct 6, 2023
Merged

config: Fix Wallabag version type #1465

merged 1 commit into from
Oct 6, 2023

Conversation

jtojnar
Copy link
Member

@jtojnar jtojnar commented Oct 6, 2023

The frontend compared the Wallabag version with a number using strict comparison since 16f1cd6.
But when we switched to a custom configuration container in 1f194f8 (part to 2.19),
we accidentally made the version a string breaking sharing to Wallabag.

Bumping the API version since changes the type of field in /api/about endpoint, even though the fields are explicitly not part of the API promise.

The frontend compared the Wallabag version with a number using strict comparison since 16f1cd6.
But when we switched to a custom configuration container in 1f194f8 (part to 2.19),
we accidentally made the version a string breaking sharing to Wallabag.

Bumping the API version since changes the type of field in `/api/about` endpoint, even though the fields are explicitly not part of the API promise.
@jtojnar jtojnar added this to the 2.20 milestone Oct 6, 2023
@netlify
Copy link

netlify bot commented Oct 6, 2023

Deploy Preview for selfoss ready!

Name Link
🔨 Latest commit 283ceaa
🔍 Latest deploy log https://app.netlify.com/sites/selfoss/deploys/65208c9e6ca18e0008b21fb1
😎 Deploy Preview https://deploy-preview-1465--selfoss.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@jtojnar jtojnar merged commit 283ceaa into master Oct 6, 2023
13 checks passed
@jtojnar jtojnar deleted the wallabag-fix branch October 6, 2023 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant